home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / CVT.ZIP / CVT!!.DOC < prev    next >
Encoding:
Text File  |  1990-03-31  |  4.1 KB  |  99 lines

  1.  
  2.  
  3.   HOW TO PROGRAM YOUR OWN CVT (tm) SUBROUTINES          March 31, 1990
  4.   --------------------------------------------
  5.  
  6.        The CVT (tm) program files have the ability to automatically 
  7.   run a BATch file called "CVT!!.BAT".  If it exists in the 
  8.   subdirectory which is specified in the environment by "WHERECVT=", 
  9.   then "CVT!!.BAT" will be called and run.  This takes place while the 
  10.   archived files are extracted, and before they are recompressed. 
  11.  
  12.        The following are some suggestions of how you can get the 
  13.   maximum benefit out of CVT (tm) by adding a few simple lines to 
  14.   "CVT!!.BAT": 
  15.  
  16.  
  17.        -  You can automatically remove unwanted files, such as ads for 
  18.           bulletins boards, etc.  
  19.    
  20.                    Example:  if exist stupid.ad del stupid.ad 
  21.  
  22.  
  23.        -  When you want to add some kind of file to each archive (such 
  24.           as a special graphics ad for your BBS), you can use 
  25.           something like: 
  26.  
  27.                    Example:  copy c:\dostools\my.ad 
  28.  
  29.  
  30.        -  You decide you want to want to alphabetize the files inside 
  31.           the archive by their extension.  Using Peter Norton's 
  32.           directory sort program, you add the following: 
  33.  
  34.                    Example:  c:\dostools\ds en *.*
  35.  
  36.  
  37.        -  You want to change all of the file times of the files inside 
  38.           the archive.  Using Peter Norton's file date program, you 
  39.           add the following: 
  40.  
  41.                    Example:  c:\dostools\fd *.* /t12:01
  42.  
  43.  
  44.        You are limited only by your own creativity.  By the way, if 
  45.   you don't want your CVT!!.BAT subroutines displayed on the screen, 
  46.   most programs will permit you to add " > nul" after the command line 
  47.   instruction.  Doing so will usually cause the screen writes to be 
  48.   bypassed.  Try it first with each subroutine command as a test 
  49.   before adding it to CVT!!.BAT. 
  50.  
  51.  
  52.   IMPORTANT!   You will notice in the examples that the full path is
  53.   ----------   given for each external command.  This is a good        
  54.                precaution.  CVT!.COM makes the temporary extraction
  55.                subdirectory the current directory for much of its
  56.                routines.  You never know when a program with the same 
  57.                name may be in that subdirectory.  You can avoid some
  58.                extra problems by giving the exact location of the
  59.                program you want to use instead of depending on the
  60.                path statement to find it for you.
  61.  
  62.  
  63.   <end>
  64.  
  65.          ----------------end-of-author's-documentation---------------
  66.  
  67.                         Software Library Information:
  68.  
  69.                    This disk copy provided as a service of
  70.  
  71.                         The Public (Software) Library
  72.  
  73.          We are not the authors of this program, nor are we associated
  74.          with the author in any way other than as a distributor of the
  75.          program in accordance with the author's terms of distribution.
  76.  
  77.          Please direct shareware payments and specific questions about
  78.          this program to the author of the program, whose name appears
  79.          elsewhere in  this documentation. If you have trouble getting
  80.          in touch with the author,  we will do whatever we can to help
  81.          you with your questions. All programs have been tested and do
  82.          run.  To report problems,  please use the form that is in the
  83.          file PROBLEM.DOC on many of our disks or in other written for-
  84.          mat with screen printouts, if possible.  The P(s)L cannot de-
  85.          bug programs over the telephone.
  86.  
  87.          Disks in the P(s)L are updated monthly, so if you did not get
  88.          this disk  directly from the P(s)L,  you should be aware that
  89.          the files in this set may no  longer be the current versions.
  90.  
  91.          For a copy of the latest monthly software library newsletter
  92.          and a list of the 2,000+ disks in the library, call or write
  93.  
  94.                         The Public (Software) Library
  95.                               P.O.Box 35705
  96.                            Houston, TX 77235-5705
  97.                                (713) 524-6394
  98.  
  99.